Centralized communication infrastructure, such as cellular networks, is highly vulnerable to catastrophic failures during natural disasters. This paper presents the practical design and implementation of a decentralized, off-grid communication system utilizing Long Range (LoRa) radio technology. The hardware architecture integrates a Seeed Studio XIAO ESP32-S3 microcontroller with a Semtech SX1262 LoRa transceiver, powered by a 1200mAh Li-Po battery. Using the Meshtastic protocol, the system bridges with commercial smartphones via Bluetooth to enable encrypted text messaging without internet connectivity. Practical field tests were conducted, achieving a communication range of 1 Kilometer in a semi-urban environment with an RSSI of -128 dBm. The paper also discusses real-world hardware troubleshooting and the observation of asymmetric RF links during extreme-range testing.
Introduction
This project presents a portable LoRa-based emergency communication system designed for disaster situations such as floods and earthquakes, where conventional communication infrastructure may fail. Using LoRa (Long Range) technology operating in the 865–868 MHz ISM band, the system provides low-power, long-distance communication suitable for off-grid rescue operations.
The hardware consists of a Seeed Studio XIAO ESP32-S3 microcontroller, a Wio-SX1262 LoRa module, and a 3.7V Li-Po battery. To improve durability during outdoor deployment, a low-cost weatherproof radome was created by repurposing a discarded Wi-Fi antenna casing. During assembly, a damaged battery ground pad was successfully repaired by connecting the battery to an alternate ground pin, demonstrating practical hardware troubleshooting.
The nodes were programmed with Meshtastic firmware, enabling AES-256 encrypted messaging through a Bluetooth connection to a smartphone. Users can send and receive messages using the Meshtastic mobile application without relying on cellular networks or internet connectivity.
Field testing in a semi-urban environment showed reliable communication up to 1 kilometer. At this maximum tested range, the received signal strength reached −128 dBm, close to the sensitivity limit of the LoRa module. An important observation was the asymmetric link phenomenon, where messages successfully reached the receiver, but acknowledgment packets failed to return due to signal attenuation. Despite this, the system remained effective for transmitting critical one-way emergency alerts.
Conclusion
The project successfully demonstrated the practical viability of a decentralized LoRa mesh network for off-grid communication. The hardware was successfully assembled, troubleshot, and tested in real-world conditions. The observation of successful message reception at -128 dBm at a 1-kilometer distance validates the extreme sensitivity of the SX1262 transceiver. Future work will focus on introducing additional nodes to create a multi-hop mesh network, thereby extending the coverage area for village-wide emergency deployments.
References
[1] Semtech Corporation, \"SX1261/2 Data Sheet - Long Range, Low Power, Sub-GHz RF Transceiver.\"
[2] Seeed Studio, \"XIAO ESP32-S3 Hardware User Manual and Schematics.\"
[3] Meshtastic Open Source Project, \"Meshtastic Firmware and Routing Protocol Documentation.\"